List Network Interfaces and Network Information

Get a list of the network interfaces connected to the machine with their IPs and MACs:

ip a

Get a list of the machines that the victim has been interacting with (print the ARP table):

ip neigh

List Open Ports

netstat -ano